From 916c06fae3bf5efb3f1349227c95890490eb9e0c Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 26 Jan 2001 12:42:33 +0000 Subject: [PATCH] (DONTCOMPILE): Add various term files. --- lisp/Makefile.in | 20 ++++++++++++++++++++ lisp/makefile.w32-in | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 94a4c478cb6..247fb3f689d 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -56,6 +56,26 @@ DONTCOMPILE = \ $(lisp)/play/bruce.el \ $(lisp)/subdirs.el \ $(lisp)/term/internal.el \ + $(lisp)/term/AT386.el \ + $(lisp)/term/apollo.el \ + $(lisp)/term/bobcat.el \ + $(lisp)/term/iris-ansi.el \ + $(lisp)/term/keyswap.el \ + $(lisp)/term/linux.el \ + $(lisp)/term/lk201.el \ + $(lisp)/term/news.el \ + $(lisp)/term/vt102.el \ + $(lisp)/term/vt125.el \ + $(lisp)/term/vt200.el \ + $(lisp)/term/vt201.el \ + $(lisp)/term/vt220.el \ + $(lisp)/term/vt240.el \ + $(lisp)/term/vt300.el \ + $(lisp)/term/vt320.el \ + $(lisp)/term/vt400.el \ + $(lisp)/term/vt420.el \ + $(lisp)/term/wyse50.el \ + $(lisp)/term/xterm.el \ $(lisp)/version.el # Files to compile before others during a bootstrap. This is done diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index 2efad045a5a..18c9ac4a9b9 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in @@ -75,6 +75,26 @@ DONTCOMPILE = \ $(lisp)/play/bruce.el \ $(lisp)/subdirs.el \ $(lisp)/term/internal.el \ + $(lisp)/term/AT386.el \ + $(lisp)/term/apollo.el \ + $(lisp)/term/bobcat.el \ + $(lisp)/term/iris-ansi.el \ + $(lisp)/term/keyswap.el \ + $(lisp)/term/linux.el \ + $(lisp)/term/lk201.el \ + $(lisp)/term/news.el \ + $(lisp)/term/vt102.el \ + $(lisp)/term/vt125.el \ + $(lisp)/term/vt200.el \ + $(lisp)/term/vt201.el \ + $(lisp)/term/vt220.el \ + $(lisp)/term/vt240.el \ + $(lisp)/term/vt300.el \ + $(lisp)/term/vt320.el \ + $(lisp)/term/vt400.el \ + $(lisp)/term/vt420.el \ + $(lisp)/term/wyse50.el \ + $(lisp)/term/xterm.el \ $(lisp)/version.el # Files to compile before others during a bootstrap. This is done -- 2.30.2